home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / f90 / pxfintset.z / pxfintset
Text File  |  1998-10-30  |  3KB  |  61 lines

  1. PXFINTSET(3F)                                          Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      PPXXFFIINNTTSSEETT - Allows components of a structure to be set or modified
  6.  
  7. SSYYNNOOPPSSIISS
  8.      IINNTTEEGGEERR JJHHAANNDDLLEE,, VVAALLUUEE,, IIEERRRROORR
  9.      CCHHAARRAACCTTEERR**((_n)) _c_o_m_p_n_a_m
  10.      CCAALLLL PPXXFFIINNTTSSEETT ((_j_h_a_n_d_l_e,, _c_o_m_p_n_a_m,, _v_a_l_u_e,, _i_e_r_r_o_r))
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      UNICOS, UNICOS/mk, and IRIX systems
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.      On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
  17.      default when compiling programs with the MIPSpro 7 Fortran 90 compiler
  18.      or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
  19.      7.2 F77 compiler.
  20.  
  21.      The PPXXFFIINNTTSSEETT subroutine allows components of a structure to be set or
  22.      modified.
  23.  
  24.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  25.      UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
  26.      kind unless documented otherwise.  On UNICOS and UNICOS/mk, default
  27.      kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
  28.      IRIX, the default kind is KKIINNDD==44.
  29.  
  30.      The arguments for PPXXFFIINNTTSSEETT are:
  31.  
  32.      _j_h_a_n_d_l_e   An input integer variable.  _j_h_a_n_d_l_e references a structure.
  33.                _j_h_a_n_d_l_e should have been created by PPXXFFSSTTRRUUCCTTNNAAMMEE().
  34.  
  35.      _c_o_m_p_n_a_m   An input character variable.  _c_o_m_p_n_a_m is the name of a
  36.                component of the structure.  _c_o_m_p_n_a_m is case-sensitive.
  37.  
  38.      _v_a_l_u_e     An input integer variable.  _v_a_l_u_e is the value to be stored
  39.                in the component of _j_h_a_n_d_l_e referenced by _c_o_m_p_n_a_m.  The
  40.                structures and components that can be accessed through
  41.                PPXXFFIINNTTSSEETT() are described on the man page for the related
  42.                routine.
  43.  
  44.      _i_e_r_r_o_r    An output integer variable.
  45.  
  46. EEXXIITT SSTTAATTUUSS
  47.      Upon successful completion of PPXXFFIINNTTSSEETT(), the argument _i_e_r_r_o_r is set
  48.      to 0.  If any of the following conditions occur, _i_e_r_r_o_r is set to the
  49.      corresponding value:
  50.  
  51.      EENNOONNAAMMEE   Component name is not defined for this structure
  52.  
  53.      EEBBAADDHHAANNDDLLEE
  54.                If _j_h_a_n_d_l_e is an invalid handle or has an incorrect handle
  55.                type (UNICOS and UNICOS/mk only).
  56.  
  57. SSEEEE AALLSSOO
  58.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
  59.      2165, for the printed version of this man page.
  60.  
  61.